GetView<T1, T2>(IEntityManager)

Method

Namespace: Ignis

Declared in: Ignis.IgnisExtensions


Gets an entity view which contains entities with the specified components.

Syntax

public static IEntityView GetView<T1, T2>(
	IEntityManager em
)

Parameters

em

Entity manager

Returns

Entity view

Type parameters

T1

First component type

T2

Second component type


Back to index